* {
  margin: 0px;
  padding: 0px;
  font-family: poppins, sans-serif;
}

header {
  background-color: rgba(0, 0, 0, 0.603);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

nav .logo {
  width: 40%;
  padding: 0px 50px;
}
nav .logo img {
  height: 60px;
  width: 80px;
  padding: 10px 20px;
}

nav .menu {
  width: 60%;
  text-align: right;
}
nav .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .menu ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

nav .menu ul li a:hover {
  color: yellow;
  text-decoration: underline;
}

.main {
  background-color: #f5f5f5;
  padding: 30px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* height: auto; */
}

.main-txt {
  width: 70%;
  background-color: #ffffff;
  padding: 45px;
}

.Side-bar {
  width: 30%;
  height: auto;
  padding: 30px 75px;
}

.img-1 {
  width: 90%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-txt-1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  padding: 20px 0px ;
}

.main-txt-1 h1 {
  font-size: 40px;
  font-weight: 600;
}

.main-txt-1 .para-1 {
  line-height: 25px;
  text-align: justify;
}

.main-txt-2 {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.main-txt-2 ul {
  padding: 20px 50px;
}

.main-txt-2 h2 {
  font-size: 22px;
  font-weight: 600;
}
.main-txt-2 h3 {  
  font-size: 18px;
  font-weight: 600;
}

.main-txt-2 button {
  padding: 15px 25px;
  border: none;
  color: rgb(0, 0, 0);
  font-size: 18px;
  cursor: pointer;
}

.img-2 {
  width: 90%;
  height: 300px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-txt-3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.main-txt-3 h3 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600px
  ;
}
.main-txt-3 p {
  line-height: 22px;
  text-align: justify;
}

.main-txt-3 ul {
  padding: 20px 30px;
}

.main-txt-3 .li{
  font-weight: 500;
}

.main-txt-3 ul li {
  margin-bottom: 10px;
}

.img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
}

.main-txt-4 ul {
  padding: 20px 50px;
}

.main-txt-4 .li{
  font-weight: 600;
}


.Side-bar h2{
  padding: 20px 0px;
}

.Side-bar p{
  margin-top: 20px 0px ;
  text-align: justify;
}

.txxt-1{
  margin-top: 20px;
}

.txxt-1 p{
  padding-bottom: 20px;
  text-align: justify;
}

.txxt-1 h3{
  font-size: 18px ;
  font-weight: 600;
}

.txxt-1 ul{
  padding: 20px 0px;
}

.txxt-1 ul li{
  margin: 10px;
}

.search input{
  padding: 10px 10px;
  width: 40%;
  border: 1px solid black;
  outline: none;
  background: transparent;
  border-radius: 2px;
}

.search a button{
  padding: 10px 10px;
  width: 40%;
  background-color: #0170B9;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.search a button:hover{
  background-color: #005791;
}

/* Exhibition-section-css */







/* branding-section-css */

.para-2{
  padding: 20px 0px;
  text-align: justify;
}


.para-p{
  padding: 10px 0px 20px 0px ;
}